home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1994 / MacHack 1994.toast / MacHack™ 1987-1994 / MacHack™ '87 / PreProc ƒ / PreProc / PreProc.rsrc / STR#_2.txt < prev    next >
Text File  |  1986-08-09  |  1KB  |  47 lines

  1.   For more information, check out the accompaning documentation file.
  2.  
  3.  
  4.  
  5.   NOTE: If you are using HFS, supply full pathname for file names.
  6.  
  7.  
  8.  
  9.  [{$ELSEC] and {$ENDC - Both used in conjunction with $IFC
  10.  
  11.  
  12.  
  13.   $IFC and $ELSEC or $ENDC, whichever is first. If false, text between $ELSEC and $ENDC is included.
  14.  
  15.  {$IFC Variable (<>=) Numeric Literal - Compares variable and literal, if true includes statements between
  16.  
  17.  
  18.  
  19.   (spaces must surround ':=')
  20.  
  21.  {$SETC Variable := Numeric Literal - Sets value of variable to value of numeric literal
  22.  
  23.  
  24.  
  25.   use supported. Duplicate declarations are ignored.
  26.  
  27.  {$DECL Variable1[,Variable2,...Variable10] - Declares preprocessor variables. At present, only integer
  28.  
  29.  
  30.  
  31.  {$PREIN "File Name of include file" - The file will be preprocessed and included in the output.
  32.  
  33.  
  34.  
  35.   launch the application by that name.
  36.  
  37.   later. If not specified, PreProc will prompt you. If you give a launch name, PreProc will attempt to
  38.  
  39.  {$OPT "Output file extension"[,"Launch name"] - Specify as first line of input, ignored if encountered
  40.  
  41.  
  42.  
  43.  In the lines below, the characters '[' and ']' surround anything optional.
  44.  
  45. Commands: Every command starts with '{$' and can end with '}' or <Return>.
  46.  
  47.